[INFO] cloning repository https://github.com/SpAndrea117/transaction-simulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SpAndrea117/transaction-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpAndrea117%2Ftransaction-simulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpAndrea117%2Ftransaction-simulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac4926e99b16278e9d8edc16d28245e5cde50192
[INFO] testing SpAndrea117/transaction-simulator against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpAndrea117%2Ftransaction-simulator" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SpAndrea117/transaction-simulator
[INFO] finished tweaking git repo https://github.com/SpAndrea117/transaction-simulator
[INFO] tweaked toml for git repo https://github.com/SpAndrea117/transaction-simulator written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SpAndrea117/transaction-simulator on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SpAndrea117/transaction-simulator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 36f3c0cba0f271e2673cd547d31edca4d4fbaac843687a71c4d5ef25f99a6bb2
[INFO] running `Command { std: "docker" "start" "-a" "36f3c0cba0f271e2673cd547d31edca4d4fbaac843687a71c4d5ef25f99a6bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36f3c0cba0f271e2673cd547d31edca4d4fbaac843687a71c4d5ef25f99a6bb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36f3c0cba0f271e2673cd547d31edca4d4fbaac843687a71c4d5ef25f99a6bb2", kill_on_drop: false }`
[INFO] [stdout] 36f3c0cba0f271e2673cd547d31edca4d4fbaac843687a71c4d5ef25f99a6bb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe9540356cd314a84a94d834021374e1a1dc347d1186e5acdc05acb6800dc981
[INFO] running `Command { std: "docker" "start" "-a" "fe9540356cd314a84a94d834021374e1a1dc347d1186e5acdc05acb6800dc981", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling transactions-simulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
[INFO] running `Command { std: "docker" "inspect" "fe9540356cd314a84a94d834021374e1a1dc347d1186e5acdc05acb6800dc981", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe9540356cd314a84a94d834021374e1a1dc347d1186e5acdc05acb6800dc981", kill_on_drop: false }`
[INFO] [stdout] fe9540356cd314a84a94d834021374e1a1dc347d1186e5acdc05acb6800dc981
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1087a62de5aaca1daa906f80b9bae9e5d51b4784a4ad462d694812c356cd04c2
[INFO] running `Command { std: "docker" "start" "-a" "1087a62de5aaca1daa906f80b9bae9e5d51b4784a4ad462d694812c356cd04c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling transactions-simulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "1087a62de5aaca1daa906f80b9bae9e5d51b4784a4ad462d694812c356cd04c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1087a62de5aaca1daa906f80b9bae9e5d51b4784a4ad462d694812c356cd04c2", kill_on_drop: false }`
[INFO] [stdout] 1087a62de5aaca1daa906f80b9bae9e5d51b4784a4ad462d694812c356cd04c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f1a3bdb4d0b7b205013706d81e597df03dfea01dab2937cb49250b9e298294bd
[INFO] running `Command { std: "docker" "start" "-a" "f1a3bdb4d0b7b205013706d81e597df03dfea01dab2937cb49250b9e298294bd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/transactions_simulator-3af7e5ab0d559abe)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test business_logic::test::test_dispute_on_dispute ... ok
[INFO] [stdout] test business_logic::test::test_duplicate_tx ... ok
[INFO] [stdout] test business_logic::test::test_invalid_dispute ... ok
[INFO] [stdout] test business_logic::test::test_fuzz_malformed ... ok
[INFO] [stdout] test business_logic::test::test_dispute_resolve ... ok
[INFO] [stdout] test business_logic::test::test_insufficient_funds ... ok
[INFO] [stdout] test business_logic::test::test_chargeback ... ok
[INFO] [stdout] test business_logic::test::test_basic ... ok
[INFO] [stdout] test business_logic::test::test_whitespace_precision ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f1a3bdb4d0b7b205013706d81e597df03dfea01dab2937cb49250b9e298294bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1a3bdb4d0b7b205013706d81e597df03dfea01dab2937cb49250b9e298294bd", kill_on_drop: false }`
[INFO] [stdout] f1a3bdb4d0b7b205013706d81e597df03dfea01dab2937cb49250b9e298294bd
